-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt spec 96bcd043aa8a28f6f64c95ad61329765f01de1ba #276
Adapt spec 96bcd043aa8a28f6f64c95ad61329765f01de1ba #276
Conversation
ca6a6cf
to
5093b08
Compare
2e090e9
to
d7edd30
Compare
4c0d567
to
ac80ee8
Compare
Ping @LK4D4 @crosbymichael |
LGTM |
Godeps: Vendor opencontainers/specs 96bcd04 Fix a bug where it's impossible to pass multiple devices to blkio cgroup controller files. See opencontainers#274 Signed-off-by: Antonio Murdaca <[email protected]>
ac80ee8
to
c6e406a
Compare
I've rebased this, though it seems the specs version I'm importing here is quite old now. I'll vendor the latest commit and adapt code if it's ok for you @crosbymichael @LK4D4 @mrunalp |
Looks like this is blocking two PR's in docker (moby/moby#13959 (comment)), any chance of moving this forward? ❤️ |
Reviewing... |
LGTM |
…ad61329765f01de1ba Adapt spec 96bcd04
I'll update docker now, thanks @crosbymichael @mrunalp |
Thanks all! |
source and schema: differentiate with examples
The label changed in 5a8a779 (Move process specific settings to process, 2016-03-02, opencontainers#329) and 7bf06d5 (source and schema: differentiate with examples, 2015-12-18, opencontainers#276) missed this instance when rebasing around opencontainers#329. Signed-off-by: W. Trevor King <[email protected]>
Also: * Update the link to Go bindings after 7bf06d5 (source and schema: differentiate with examples, 2015-12-18, opencontainers#276). * Add a reference to the JSON Schema after cdcabde (schema: JSON Schema and validator for `config.json`, 2016-01-19, opencontainers#313). It's pretty clear that the Go bindings cannot be canonical on their own, because they do not define limits (e.g. the 0 through 512 range for FileMode). The JSON Schema is closer, but still does not cover everything (e.g. "a directory must exist at root.path"). Both the Go bindings and the JSON Schema could grow to cover the full spec by adding that sort of thing to comments and descriptions, but that's not how things seem to be working now. Signed-off-by: W. Trevor King <[email protected]>
Catch up with 7bf06d5 (source and schema: differentiate with examples, 2015-12-18, opencontainers#276). Signed-off-by: W. Trevor King <[email protected]>
Fixes #274